home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / souper15.zip / SMTP.H < prev    next >
Text File  |  1996-05-18  |  197b  |  8 lines

  1. /* $Id: smtp.h 1.1 1996/05/18 21:14:49 cthuang Exp $
  2.  *
  3.  * SMTP client declarations
  4.  */
  5. int smtpConnect(void);
  6. void smtpClose(int socket);
  7. int smtpMail(int socket, FILE *inf, size_t bytes);
  8.